Release 10.1A: OpenEdge Development:
AppBuilder
Reserved names (adeuib/_namespc.p)
Use the
adeuib/_namespc.pprocedure to register the names of variables or procedures that AppBuilder users cannot use. For example, if you write anXFTRthat creates a procedure, you do not want an AppBuilder user to create an internal procedure with the same name. Similarly, if theXFTRdefines variables, you want to restrict AppBuilder users from using those variables:
Input parameters
The
adeuib/_namespc.pprocedure takes the following input parameters:pi_contextThe context of the procedure object to access. If this is unknown (
?), then get the current procedure. If a procedure object cannot be found, returnsERROR.pc_modeThe action to perform. Valid actions are as follows:
pc_listA comma-separated list of names to add or remove.
If you try to reserve a name that is already in use, warnings are generated; however, the reservation is made, so that if you delete the widget that uses the name, you cannot use it again. You can unreserve any name, even one that it not reserved, but no warning is generated.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |